PreviousTopIndexNext
FontSight™ - Developer’s Info
FontSight™ works seemlessly with all Cocoa applications (truly Native OS X apps) - such as iCal, iPhoto, TextEdit, Mail and every application from Stone Design such as Create®.

In fact, FontSight™ should just work with your Cocoa application - especially if you use the standard NSTextView.

You can further take advantage of the font selection mechanism in FontSight™ by implementing “changeFont:sender”.

However, for maximum control and preservation of current font size, you should implement changeFontToFace:

- (void)changeFontToFace:(id)sender
{
[
self setFont:[[NSFontManager sharedFontManager] convertFont:[self font] toFace:sender]];
}

For more info, email us!

PreviousTopIndexNext


Created with Stone Design's Create® at 2003-04-24 16:03:16 -0600